home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / ColdFusion Studio 4.5.1 Trial / ColdFusionStudio_Eval.exe / data1.cab / Verity / common / style / file / style.sfl < prev    next >
Encoding:
Text File  |  2000-04-03  |  3.6 KB  |  110 lines

  1. # $Id: style.sfl,v 1.6 1997/10/17 05:49:15 rcalhoun Exp $
  2. # Copyright (C) 1997 Verity, Inc.
  3. #
  4. # style.sfl - Verity-Defined Standard Fields
  5. #
  6. # These fields are included in the internal documents table. 
  7. # They are filled in by various filters and gateways that Verity ships,
  8. # and are the "standard fields" that Verity suggests should exist in all
  9. # Verity collections. They are not required in your collection. Instead,
  10. # they are merely highly recommended to promote the ability to use your
  11. # collection with other products that use Verity's search technology. 
  12. # You can comment out the fields below to save space, or uncomment others
  13. # to gain functionality.
  14. #
  15. data-table:   _sf
  16. {
  17.   # Title is filled in by: zone -html, flt_pdf, zone -email, zone -news, flt_kv
  18.    varwidth: Title    _sv
  19.      /alias = FTS_Title
  20.      /alias = Subject
  21.  
  22.   # Author is filled in by: flt_pdf, zone -email, zone -news, flt_kv
  23.   varwidth: Author    _sv
  24.      /alias = From
  25.      /alias = FTS_Author
  26.      /alias = Source
  27.  
  28.   # Keywords is filled in by: flt_pdf, zone -news, flt_kv
  29.   varwidth: Keywords    _sv
  30.      /alias = FTS_Keywords
  31.      /alias = Keyword
  32.      /alias = Reference
  33.  
  34.   # Snippet is filled in by: vgw_url
  35.   varwidth: Snippet    _sv
  36.      /alias = Abstract
  37.  
  38.   # MIME-Type is filled in by: universal
  39.   varwidth: MIME-Type    _sv
  40.  
  41.   # Charset is filled in by: flt_cmap
  42.   varwidth: Charset    _sv
  43.  
  44.   # To is filled in by: zone -email
  45.   varwidth: To        _sv
  46.     /alias = Destination
  47.  
  48.   # Date is filled in by: zone -email, zone -news, flt_pdf, flt_kv
  49.   #                           
  50.   # This field is the "last modified" date, not the creation date
  51.   fixwidth: Date        4 date
  52.      /alias = Modified
  53.      /alias = FTS_ModificationDate
  54.      /alias = Recorded_Date
  55.      /alias = Version_Date
  56.  
  57.   # NewsGroups is filled in by: zone -news
  58.   varwidth: NewsGroups    _sv  
  59.  
  60.   # PageMap is filled in by: flt_pdf
  61.   # This field is required to do highlighting in pdf documents. Do not 
  62.   # comment this if you want pdf highlighting!
  63.   varwidth: PageMap    _sv
  64.     /_hexdata = yes
  65.  
  66.   # 
  67.   # The following are fields that could be filled in by Verity shipped
  68.   # code, but they are currently not populated by many documents. To
  69.   # save space, they are commented out here. You may comment them back
  70.   # in before indexing your documents if you need them in your collection.
  71.   #
  72.   # The following fields are filled in by "zone -news"
  73.   #varwidth:   References    _sv
  74.  
  75.   # The following fields are filled in by flt_pdf
  76.   #varwidth:   FileName    _sv
  77.   #fixwidth:   NumPages    4 unsigned-integer      
  78.   #fixwidth:   PermanentID 32 text
  79.   #fixwidth:   InstanceID 32 text
  80.   #varwidth:   DirID       _sv
  81.   #fixwidth:   WXEVersion  1 unsigned-integer
  82.   #varwidth:   FTS_Creator     _sv
  83.   #varwidth:   FTS_Subject     _sv
  84.   #varwidth:   FTS_Producer        _sv
  85.   #fixwidth:   FTS_CreationDate        4   date
  86.  
  87.   # The following fields are filled in by vgw_url
  88.   #varwidth: Ext           _sv
  89.   #varwidth: URL           _sv
  90.   #varwidth: _Created      _sv
  91.   #varwidth: _Modified     _sv
  92.   #fixwidth: Created       4 date
  93.   #fixwidth: Modified      4 date
  94.   #fixwidth: Size          4 unsigned-integer
  95.  
  96.   # The following fields are filled in by flt_kv
  97.   #varwidth: Dictionary        _sv
  98.   #varwidth: CodePage        _sv
  99.   #varwidth: Comments        _sv
  100.   #varwidth: Template        _sv
  101.   #varwidth: LastAuthor        _sv
  102.   #varwidth: RevNumber        _sv
  103.   #fixwidth: PageCount          4 unsigned-integer
  104.   #fixwidth: WordCount          4 unsigned-integer
  105.   #fixwidth: CharCount          4 unsigned-integer
  106.   #varwidth: AppName            _sv
  107.   #varwidth: ThumbNail          _sv
  108.   #fixwidth: Doc_Security       4 unsigned-integer
  109. }
  110.